home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204inc_h.lzh / clib / battclock_protos.h < prev    next >
C/C++ Source or Header  |  1991-03-14  |  521b  |  22 lines

  1. #ifndef  CLIB_BATTCLOCK_PROTOS_H
  2. #define  CLIB_BATTCLOCK_PROTOS_H
  3. /*
  4. **    $Filename: clib/battclock_protos.h $
  5. **    $Release: 2.04 $
  6. **    $Revision: 1.3 $
  7. **    $Date: 90/05/03 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. /* "battclock.resource" */
  15. #ifndef  EXEC_TYPES_H
  16. #include <exec/types.h>
  17. #endif
  18. void ResetBattClock( void );
  19. ULONG ReadBattClock( void );
  20. void WriteBattClock( unsigned long time );
  21. #endif     /* CLIB_BATTCLOCK_PROTOS_H */
  22.